:root {
    --main-color: rgb(74, 46, 30);
    --main-blue: rgb(10, 22, 55);
    --main-dark: rgb(35, 31, 32);
    --main-white: #fff;
    --ligth-blue: rgb(15, 56, 168);
    --ligth-color: rgba(74, 46, 30, 0.5);
    --border: 1px solid rgba(74, 46, 30, 0.3);
    --box-shadow: 0 .5rem 1rem rgba(74, 46, 30, .5);
    --aspect-ratio: 16/9;
}

* {
    font-family: 'Montserrat-Medium', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none !important;
}

*::-webkit-scrollbar {
    height: .5rem;
    width: 1rem;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #231f20;
}

html {
    font-size: 80%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 6.5rem;
}

section {
    display: block;
    overflow: hidden;
}

.header {
    background-color: #231f20;
    color: var(--main-white);
    padding: 1vw 5vw;
    border-bottom: var(--border);
}

.header.active {
    background-color: #231f20;
    box-shadow: var(--box-shadow);
    border: 0;
}

.header .logo img {
    max-width: 15rem;
    min-width: 5rem;
}

.header .nav {
    height: 1vw;
}

.header .nav a {
    margin: 0 1rem;
    font-size: 1vw;
    font-family: Montserrat-Bold;
    color: #fff;
}

.header .nav a:hover {
    border-bottom: .7vw solid #9d0b0f;
}

.header .link-btn {
    margin-right: 0;
    border: 1px solid var(--main-white);
    background-color: rgba(0, 0, 0, 0);
}

#switch {
    display: none;
}

#switchHome {
    display: none;
}

#menu-btn img {
    max-width: 3.5rem;
    height: auto;
    cursor: pointer;
    display: none;
}

.home {
    padding: 0;
    margin: 0;
    width: 100%;
    color: #231f20;
}

.home .box-content {
    position: relative;
    width: 100%;
}

.home .box-content-img {
    position: relative;
    padding: 0;
    width: 100%;
}

.home .box-content-img img {
    position: relative;
    width: 100%;
}

.home .box-content-dados {
    position: absolute;
    width: 45%;
    padding: 5vw 2vw 5vw 15vw;
    top: 12%;
}

.home .home-logo img {
    position: relative;
    width: clamp(5rem, 13vw, 13vw);
    padding: 0 0 2vw 0;
}

.home .home-info {
    position: relative;
    padding: 1vw 0 2vw 0;
    font-size: clamp(1.2em, 1.5vw, 1.5vw);
    font-weight: 500;
}

.home .home-contato {
    position: relative;
    padding: 2vw 0 3vw 0;
}

.home .home-contato .link-btn {
    font-size: 2vw;
}

.home .home-redes {
    position: relative;
    display: flex;
    width: 100%;
}

.home .home-redes .redesIcons {
    position: relative;
    padding-right: 2vw;
}

.home .home-redes img {
    position: relative;
    width: clamp(1.2rem, 2vw, 2vw);
}

.quem-somos {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #cdcdcd;
    color: #231f20;
}

.quem-somos h3 {
    width: 6vw;
    border-bottom: .7vw solid #9d0b0f;
}

.quem-somos .box-content {
    position: relative;
    display: grid;
    grid-template-columns: .2fr 1fr;
    gap: 4vw;
    width: 100%;
    padding: 8vw 15vw 8vw 12vw;
}

.quem-somos .quem-somos-text {
    font-family: Montserrat-Meium;
    font-size: clamp(1.2em, 1.7vw, 1.7vw);
}

.quem-somos .quem-somos-title {
    position: relative;
    align-self: center;
}

.quem-somos .quem-somos-title h2 {
    position: relative;
    font-family: Montserrat-Bold;
    font-size: clamp(1.5em, 2.5vw, 2.5vw);
    font-weight: bolder;
    width: 50%;
}

.cultura {
    padding: 5vw 12vw;
    position: relative;
    width: 100%;
    color: #231f20;
}

.cultura .box-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4vw;
    align-content: center;
    text-align: center;
}

.cultura .box-content .boxCultura {
    position: relative;
    padding: 1vw;
}

.cultura .box-content .image {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.cultura .box-content .image img {
    position: relative;
    width: clamp(3rem, 10vw, 10vw);
}

.cultura .box-content h2 {
    position: relative;
    margin: 0 auto;
    font-family: Montserrat-Bold;
    font-size: clamp(1.2em, 2.5vw, 2.5vw);
    font-weight: bolder;
    width: 100%;
}

.cultura .box-content h3 {
    position: relative;
    margin: 0 auto;
    font-family: Montserrat-Bold;
    border-bottom: .7vw solid #9d0b0f;
    width: 30%;
}

.cultura .box-content p {
    font-size: clamp(1.2em, 1.3vw, 1.3vw);
    padding-top: 2vw;
    font-family: Montserrat-Medium;
}

.servicos {
    padding: 5vw 12vw;
    position: relative;
    width: 100%;
    background-color: #231f20;
    color: #fff;
}

.servicos .box-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 5vw;
    width: 100%;
}

.servicos .box-content .title h3 {
    width: 6vw;
    font-family: Montserrat-Bold;
    font-size: clamp(1.5em, 2.5vw, 2.5vw);
    font-weight: bolder;
    border-bottom: .7vw solid #9d0b0f;
    margin-top: -7%;
}

.servicos .box-content h2 {
    font-family: Montserrat-Bold;
    font-size: clamp(1.5em, 2.5vw, 2.5vw);
    font-weight: bolder;
    margin-bottom: 3vw;
}

.servicos .servicos-title {
    position: relative;
    width: 100%;
}

.servicos .servicos-title .title-ifen {
    position: absolute;
    bottom: 0;
}

.servicos .servicos-title .ifen {
    position: relative;
    padding: 2vw 0;
    margin-right: 4vw;
}

.servicos .box-content h3 {
    width: fit-content;
    font-family: Montserrat-Bold;
    font-size: clamp(1.3em, 2vw, 2vw);
    margin-bottom: 2vw;
}

.servicos .servicos-atuacao .ifen {
    padding: .5vw 0;
}

.servicos .box-content .ifen {
    display: flex;
    align-items: baseline;
    font-size: clamp(1.2em, 1.8vw, 1.8vw)
}

.servicos .box-content .ifen span {
    font-size: clamp(.8em, 1vw, 1vw);
}

.servicos .box-content span {
    font-size: 1em;
    padding-right: .5vw;
}

.empreend {
    padding: 5vw 10vw;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.empreend h1 {
    position: relative;
    padding: 0 2vw;
    padding-bottom: 1vw;
    font-family: Montserrat-Bold;
    font-size: clamp(1.3em, 2.5vw, 2.5vw);
}

.empreend h4 {
    width: 6vw;
    position: relative;
    margin-top: -3%;
    margin-left: 2vw;
    border-bottom: .7vw solid #9d0b0f;
}

.empreend h2 {
    position: relative;
    padding: 0 2vw;
    font-family: Montserrat-Medium;
    font-size: clamp(1em, 1.8vw, 1.8vw);
}

.empreend .box-content {
    position: relative;
    width: 100%;
    margin-top: 5vw;
}

.empreend .box-container {
    position: relative;
    overflow: hidden;
    scroll-behavior: smooth;
}

.empreend .box-container::-webkit-scrollbar {
    display: none;
}

.empreend .box {
    position: relative;
    width: 100%;
    padding: .5rem;
    text-align: center;
    color: #231f20;
}

.empreend .boxArea {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
}

.empreend .boxArea img {
    width: 30vw;
    position: relative;
    border-radius: 10px;
}

.empreend .boxText {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1024;
}

.empreend h3 {
    width: fit-content;
    padding: .5rem;
    position: relative;
    font-family: Montserrat-Bold;
    font-size: clamp(1em, 1.5vw, 1.5vw);
    margin: 0 auto;
}

.empreend .empreend-mais {
    width: 30%;
    margin: 2vw auto;
    position: relative;
    display: block;
    padding: .5rem;
    border-radius: .5rem;
    background-color: #9d0b0f;
    color: #fff;
    font-size: 1em;
}

.carousel__indicadores .glider-dot {
    display: block;
    width: 30px;
    height: 4px;
    background: rgb(19, 17, 17);
    opacity: .8;
    border-radius: 0;
}

.carousel__indicadores1 .glider-dot {
    display: block;
    width: 30px;
    height: 4px;
    background: rgb(19, 17, 17);
    opacity: .8;
    border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
    opacity: .2;
}

.carousel__indicadores1 .glider-dot:hover {
    opacity: .2;
}

.carousel__indicadores .glider-dot.active {
    opacity: 1;
}

.carousel__indicadores1 .glider-dot.active {
    opacity: 1;
}


.clientes {
    padding: 5vw 10vw;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #dbd9d9;
}

.clientes .box-content {
    position: relative;
    width: 100%;
    margin-top: 5vw;
}

.clientes .box-container::-webkit-scrollbar {
    display: none;
}

.clientes .box-content {
    position: relative;
    width: 100%;
    margin-top: 0vw;
}

.clientes .box-container {
    position: relative;
    overflow: hidden;
    scroll-behavior: smooth;
    margin-top: 2vw;
}

.clientes .box {
    position: relative;
    width: 90%;
    padding: .5rem;
    text-align: center;
    color: #231f20;
}

.clientes .boxArea {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
}

.clientes .boxArea img {
    width: 20vw;
    position: relative;
}

.clientes h3 {
    position: relative;
    margin-top: -2%;
    margin-left: 2vw;
    width: 6vw;
    border-bottom: .7vw solid #9d0b0f;
}

.clientes h1 {
    position: relative;
    padding: 0 2vw;
    font-family: Montserrat-Bold;
    font-size: clamp(1.3em, 2.5vw, 2.5vw);
}

.contact {
    padding: 5vw 12vw;
    position: relative;
    width: 100%;
    background-color: #9d0b0f;
}

.contact .box-content {
    position: relative;
    width: 100%;
}

.contact .content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
}

.contact .titleCont {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
}

.contact .titleCont h1 {
    text-align: left;
    font-family: Montserrat-Bold;
    font-size: clamp(1.2em, 3vw, 3vw);
    margin: 0;
}

.contact .titleCont h3 {
    width: 7vw;
    border-bottom: .7vw solid #231f20;
}

.contact .titleCont p {
    font-family: Montserrat-Medium;
    font-size: clamp(1em, 1.5vw, 1.5vw);
    line-height: 1.3em;
}

.contact #contHorario span {
    font-family: Montserrat-Bold;
}

.contact #contText {
    margin-bottom: 2vw;
}

.contact .contRedes {
    position: absolute;
    display: flex;
    width: 100%;
    bottom: 0;
}

.contact .contRedes .contRedesIcons {
    position: relative;
    padding-right: .5vw;
}

.contact .contRedes img {
    width: clamp(2rem, 3vw, 3vw);
}

.contact .formCont {
    margin: 0 5vw;
}

.contact .formCont textarea {
    height: 12vw;
}

.contact .box {
    width: 100%;
    height: 2em;
    margin-top: 0;
    margin-bottom: 1.5vw;
    border-radius: 1rem;
    background-color: #fff;
    padding: .5rem 1rem;
    color: #231f20;
    font-size: clamp(1.2em, 1.7vw, 1.7vw);
}

.contact ::placeholder {
    color: #231f20;
}

.inputBtn {
    position: relative;
    text-align: center;
}

input[type="submit"] {
    width: 10vw;
    height: 3vw;
}

.ouvidoria {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #dbd9d9;
    color: #231f20;
}

.ouvidoria .box-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    width: 100%;
    padding: 8vw 15vw 8vw 12vw;
}

.ouvidoria .title {
    position: relative;
    width: 80%;
}

.ouvidoria .title p {
    position: relative;
    padding-top: 2rem;
    font-size: clamp(1.2em, 1.5vw, 1.5vw);
}

.ouvidoria .e-paragrafo span {
    font-weight: 900;
    font-size: clamp(1.1em, 1.4vw, 1.4vw);
}

.ouvidoria .title h1 {
    position: relative;
    font-family: Montserrat-Bold;
    font-size: clamp(1.7em, 3vw, 3vw);
}

.ouvidoria .title h2 {
    position: absolute;
    width: 7vw;
    margin-top: -5%;
    border-bottom: .7vw solid #9d0b0f;
}

.ouvidoria .itens {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
    width: 100%;
}

.ouvidoria .botons {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
    width: 100%;
}

.ouvidoria .bt-alinha {
    display: block;
    position: relative;
    text-align: center;
}

.ouvidoria .bt-alinha img {
    position: relative;
    width: clamp(3, 5rem, 5vw, 5vw);
    padding: .5vw;
    margin-bottom: 1vw;
}

.ouvidoria .bt-stile {
    width: 90%;
    margin-left: 5%;
    padding: .8rem 1rem;
    background-color: #9d0b0f;
    border-radius: 3rem;
    transition: .3s;
    cursor: pointer;
}

.ouvidoria .bt-alinha a {
    transition: .3s;
    cursor: pointer;
    font-size: 1em;
    color: var(--main-white);
}

.ouvidoria .bt-stile:hover {
    background-color: #555859 !important;
}

.ouvidoria .itens .c-coment {
    position: relative;
    width: 100%;
    border-radius: 2rem;
    padding: 1rem;
    text-align: center;
    font-size: clamp(.8em, .9vw, 9vw);
    background-color: rgb(235, 235, 235);
}

.ouvidoria .itens .c-coment span {
    font-weight: 900;
}

.footer {
    position: relative;
    width: 100%;
    padding: 5vw 0 5vw 12vw;
    background-color: #fff;
}

.footer .box-content {
    position: relative;
    display: grid;
    grid-template-columns: 40% 70%;
    gap: 3vw;
    height: 100%;
}

.footer .endCont {
    position: relative;
    display: block;
    padding: 2rem 5rem 2rem 2.5rem;
    color: #231f20;
    font-size: clamp(.5em, 1.5vw, 1.5vw);
}

.footer .endContDados {
    position: relative;
    width: 100%;
    display: inline-flex;
    padding-bottom: 2vw;
}

.footer .endCont img {
    width: clamp(2rem, 2.5vw, 2.5vw);
}

.footer .endContText {
    padding-left: 1vw;
}

.footer .endContText h3 {
    font-family: Montserrat-Bold;
}

.footer .endContText p {
    font-family: Montserrat-Medium;
}

.box-map iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.credit {
    position: relative;
    width: 100%;
    display: inline-flex;
    gap: 5vw;
    padding: 2vw 5vw 2vw 12vw;
    background-color: #231f20;
    color: #fff;
    align-items: center;
}

.credit .creditText {
    text-align: center;
    font-size: clamp(1em, 1vw, 1vw);
}

.credit .creditImg img {
    width: 12vw;
}

.credit .creditRedes {
    position: relative;
    display: flex;
}

.credit .creditRedes .creditRedesIcons {
    position: relative;
    padding-left: 1vw;
}

.credit .creditRedes img {
    width: clamp(2rem, 3vw, 3vw);
}

/* media queries  */

@media (max-width:991px) {

    html {
        font-size: 55%;
    }
}

@media (max-width:768px) {

    #menu-btn img {
        display: inline-block;
        transition: .2s linear;
    }

    #menu-btn img {
        transform: rotate(180deg);
    }

    .header .nav {
        position: absolute;
        height: auto;
        top: 100%;
        /* left: 10%; */
        right: 0%;
        background-color: var(--main-dark);
        border-top: var(--border);
        /* border-bottom: var(--border); */
        padding: 1rem 2rem;
        text-align: center;
        flex-flow: column;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: .2s linear;
    }

    .header .link-btn {
        display: none;
    }

    .header .nav.active {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .header .nav a {
        margin: 1rem 0rem;
        font-size: 1.5rem;
        width: max-content;
    }

    .header .nav a :hover {
        border-bottom: .7vw solid #9d0b0f;
    }

    .header .logo img {
        max-width: 10rem !important;
    }

    .quem-somos .box-content {
        display: block;
    }

    .quem-somos .quem-somos-title h2 {
        position: relative;
        width: 100%;
    }

    .quem-somos .quem-somos-title {
        text-align: center;
    }

    .quem-somos h3 {
        display: inline-block;
        width: 6vw;
        border-bottom: .7vw solid #9d0b0f;
    }

    .quem-somos .quem-somos-text {
        text-align: center;
        margin-top: 1rem;
    }

    .footer {
        padding: 5vw 12vw 5vw 12vw;
    }

    .footer .box-content {
        display: block;
    }

    .footer .box-map iframe {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 40vw;
        border-radius: 5rem;
    }

}

@media (max-width:510px) {

    html {
        font-size: 40%;
    }

    .home .box-content-dados {
        width: 55%;
        padding-left: 10vw;
        top: 10%;
    }

    .home .home-logo img {
        position: relative;
        width: clamp(10rem, 30vw, 30vw);
        padding: 0 0 2vw 0;
    }

    .home .home-info {
        width: 120%;
        font-size: clamp(2em, 3vw, 3vw);
        font-family: Montserrat-Medium;
    }

    .home .home-contato {
        position: relative;
        padding: 2vw 0 3vw 0;
    }

    .home .home-contato .link-btn {
        font-size: clamp(2em, 4vw, 4vw);
    }

    .home .home-redes .redesIcons {
        position: relative;
        padding-top: 3vw;
        padding-right: 5vw;
    }

    .home .home-redes img {
        width: clamp(2rem, 4vw, 4vw);
    }

    .quem-somos .quem-somos-text {
        font-size: 1.5em;
    }

    .cultura .box-content {
        display: block;
    }

    .cultura .box-content .boxCultura {
        padding: 2vw 20vw 2vw 20vw;
    }

    .cultura .box-content h3 {
        width: 12%;
    }

    .cultura .box-content .image img {
        width: clamp(10rem, 20vw, 20vw);
    }

    .cultura .box-content p {
        font-size: clamp(1.5em, 2vw, 2vw);
        padding-top: 2vw;
        font-family: Montserrat-Medium;
    }

    .cultura .box-content h2 {
        font-size: clamp(3em, 4.5vw, 4.5vw);
        width: 100%;
    }

    .cultura .box-content h3 {
        border-bottom: .7vw solid #9d0b0f;
        width: 30%;
    }

    .servicos .box-content {
        position: relative;
        display: block;
        width: 100%;
    }

    .servicos .box-content h2 {
        width: 100%;
        font-size: clamp(3em, 4.5vw, 4.5vw);
    }

    .servicos .box-content .title {
        text-align: center;
    }

    .servicos .box-content .title h3 {
        display: inline-block;
        width: 10vw;
        margin-top: -15%;
        border-bottom: .7vw solid #9d0b0f;
    }

    .servicos .servicos-title .title-ifen {
        position: relative;
        align-items: flex-start;
    }

    .servicos .servicos-title .ifen {
        position: relative;
        padding: 1vw 0;
        margin-right: 4vw;
    }

    .servicos .box-content h3 {
        padding-top: 5vw;
        font-family: Montserrat-Bold;
        font-size: clamp(2em, 3.5vw, 3.5vw);
    }

    .servicos .servicos-atuacao .ifen {
        padding: .5vw 0;
    }

    .servicos .box-content .ifen {
        display: flex;
        font-size: clamp(1.5em, 3vw, 3vw);
    }

    .servicos .box-content .ifen span {
        font-size: clamp(.8em, 1vw, 1vw);
    }

    .servicos .box-content span {
        font-size: 1em;
        padding-right: .5vw;
    }

    .empreend {
        text-align: center;
    }

    .empreend h1 {
        font-size: clamp(3em, 4.5vw, 4.5vw);
        margin-bottom: 0;
    }

    .empreend h4 {
        display: inline-block;
        width: 10vw;
        margin-top: 0%;
        margin-bottom: 2%;
        border-bottom: .7vw solid #9d0b0f;
    }

    .empreend h2 {
        font-family: Montserrat-Medium;
        font-size: clamp(1.2em, 3vw, 3vw);
    }

    .empreend .boxText {
        display: contents;
        position: relative;
        color: #231f20;
    }

    .empreend h3 {
        padding: .5rem;
        position: relative;
        font-family: Montserrat-Bold;
        font-size: clamp(1.8em, 2.5vw, 2.5vw);
        margin: 0 auto;
    }

    .empreend p {
        padding: .5rem;
        position: relative;
        font-family: Montserrat-Medium;
        font-size: clamp(1.5em, 2vw, 2vw);
        margin: 0 auto;
    }

    .empreend .boxArea img {
        width: 60vw;
    }

    .pre-btn,
    .nxt-btn,
    .pre-btn1,
    .nxt-btn1 {
        top: 45% !important;
    }

    .pre-btn img,
    .nxt-btn img,
    .pre-btn1 img,
    .nxt-btn1 img {
        max-height: 5vw !important;
        padding: .5rem;
    }

    .clientes {
        text-align: center;
    }

    .clientes .box-content {
        text-align: center;
    }

    .clientes .box-container {
        margin-top: 2vw;
    }

    .clientes .box {
        position: relative;
        width: 90%;
        padding: .5rem;
        color: #231f20;
    }

    .clientes .boxArea {
        display: block;
        width: auto;
        height: auto;
        color: #fff;
    }

    .clientes .boxArea img {
        width: 30vw;
    }

    .clientes h3 {
        display: inline-block;
        border-bottom: .7vw solid #9d0b0f;
        width: 12vw;
    }

    .clientes h1 {
        font-size: clamp(3em, 4.5vw, 4.5vw);
        padding: 0;
        margin: 0;
    }

    .contact .content {
        display: inline-block;
        position: relative;
        text-align: center;
    }

    .contact .titleCont {
        text-align: center;
        position: relative;
    }

    .contact .titleCont .contText {
        position: relative;
        display: block;
        text-align: center;
    }

    .contact .titleCont h1 {
        display: inline;
        font-size: clamp(2em, 4.5vw, 4.5vw);
        width: 100%;
    }

    .contact .titleCont h3 {
        position: relative;
        display: inline-block;
        margin: 0;
    }

    .contact .contRedes {
        position: relative;
        display: block;
        margin-top: 2rem;
    }

    .contact .contRedes .contRedesIcons {
        display: inline;
    }

    .contact .formCont {
        display: inline-block;
        width: 70%;
        margin-top: 2rem;
    }

    .contact .box {
        width: 100%;
        height: 3em;
        padding: .5vw 2vw;
        color: #231f20;
        font-size: clamp(1.5em, 2vw, 2vw);
    }

    .contact .titleCont p {
        display: inline-block;
        font-family: Montserrat-Medium;
        font-size: clamp(1.5em, 3vw, 3vw);
        width: 60vw;
    }

    .contact .titleCont #contHorario {
        margin-top: 2rem;
    }

    input[type="submit"] {
        width: 20vw;
        height: 5.5vw;
        font-size: clamp(2rem, 2.5vw, 2.5vw);
    }

    .contact .contRedes img {
        width: clamp(2rem, 5vw, 5vw);
    }

    .footer {
        padding: 5vw 0vw 5vw 0vw;
    }

    .footer .box-content {
        display: block;
    }

    .footer .box-map iframe {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 40vw;
        border-radius: 0;
    }

    .footer .endCont {
        position: relative;
        display: block;
        padding: 2vw 5vw 3vw 22vw;
        color: #231f20;
        font-size: clamp(.5em, 1.2vw, 1.2vw);
    }

    .footer .endContDados {
        position: relative;
        width: 55vw;
        display: inline-flex;
        padding-bottom: 2vw;
    }

    .footer .endCont img {
        width: clamp(2rem, 5vw, 5vw);
        padding-bottom: 3vw;
    }

    .footer .endContText {
        padding-left: 1vw;
    }

    .footer .endContText h3 {
        font-family: Montserrat-Bold;
        font-size: clamp(1.5em, 3vw, 3vw);
    }

    .footer .endContText p {
        font-family: Montserrat-Medium;
        font-size: clamp(1.5em, 2.5vw, 2.5vw);
    }

    .credit {
        display: inline-flex;
        gap: 5vw;
        padding: 2vw;
    }

    /* ======================================================================= */


    .ouvidoria {
        text-align: center;
    }

    .ouvidoria .box-content {
        position: relative;
        display: inline-block;
    }

    .ouvidoria .title {
        display: inline-block;
        position: relative;
        width: 65%;
    }

    .ouvidoria .title p {
        display: inline-block;
        position: relative;
        padding-top: 2rem;
        font-size: clamp(1.5em, 2.5vw, 2.5vw);
        margin-bottom: 2rem;
    }

    .ouvidoria .title h1 {
        display: inline-block;
        position: relative;
        font-family: Montserrat-Bold;
        font-size: clamp(2em, 4.5vw, 4.5vw);
        margin-bottom: 0;
    }

    .ouvidoria .title h2 {
        display: inline-block;
        position: relative;
        border-bottom: .7vw solid #9d0b0f;
    }

    .ouvidoria .itens {
        position: relative;
        display: block;
        padding: 1rem;
        width: 100%;
    }

    .ouvidoria .botons {
        position: relative;
        display: block;
        width: 100%;
    }

    .ouvidoria .bt-alinha {
        display: block;
        position: relative;
        text-align: center;
    }

    .ouvidoria .bt-alinha img {
        position: relative;
        width: 10rem;
        padding: .5vw;
        margin-bottom: 1rem;
    }

    .ouvidoria .bt-stile {
        display: inline-block;
        width: 45%;
        margin-bottom: 3rem;
        margin-left: 0;
    }

    .ouvidoria .bt-alinha a {
        font-size: 1.5rem;
    }

    .ouvidoria .bt-stile:hover {
        background-color: #555859 !important;
    }

    .ouvidoria .itens .c-coment {
        display: inline-block;
        position: relative;
        width: 75%;
        border-radius: 2rem;
        padding: 1rem;
        font-size: 1.2em;
    }

}

@media (max-width:391px) {

    html {
        font-size: 40%;
    }

    .home .box-content-dados {
        position: absolute;
        width: 55%;
        padding: 5vw 2vw 5vw 12vw;
        top: 12%;
    }

    .home .home-contato .link-btn {
        font-size: .8em !important;
        padding: 1vw 1vw;
    }

    .ouvidoria .itens .c-coment {
        width: 95%;
        font-size: .8em;
    }

    .ouvidoria .bt-stile {
        width: 60%;
    }
}